tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64
authorIan Jackson <iwj@amdahl.debian.org>
Fri, 12 Oct 2018 17:56:04 +0000 (17:56 +0000)
committerHans van Kranenburg <hans.van.kranenburg@mendix.com>
Tue, 18 Jun 2019 07:50:22 +0000 (09:50 +0200)
commit831b34c2ec8f5a45a2abe6ec7e81f1e045c0daec
treeb984c3d1f034adc40403cfadae6f05f4d90260d1
parentfad436cc31c85c5792b25d76a1a36456c25325bb
tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64

Previously this was *dis*abled for x86_*32*.  But if someone should
run some of this Makefile on ARM, say, it ought not to be built
either.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tools/firmware/Makefile